home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / javelin.swf / scripts / DefineButton2_325 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  750b  |  34 lines

  1. on(release){
  2.    _root.o_menu._visible = false;
  3.    _root.c_menu.state = 0;
  4.    if(this._currentframe == 2)
  5.    {
  6.       _root.c_rat.rtype = 0;
  7.    }
  8.    else if(this._currentframe == 3)
  9.    {
  10.       _root.c_rat.rtype = 1;
  11.    }
  12.    else if(this._currentframe == 4)
  13.    {
  14.       _root.c_rat.rtype = 2;
  15.    }
  16.    _root.c_rat.SetDefParam();
  17.    _root.o_tbl[0].gotoAndStop(_root.c_rat.rtype + 1);
  18.    _root.o_tbl[1].imax = "0.0";
  19.    _root.c_jav.rat_src_now = 0;
  20.    _root.exitclick = 1;
  21.    if(this.inpname != "")
  22.    {
  23.       _root.o_tbl[0].plrname = this.inpname;
  24.    }
  25.    else
  26.    {
  27.       _root.o_tbl[0].plrname = "Rat";
  28.    }
  29.    _root.MouseClickP(-1,-1);
  30.    _root.c_rsr.Default();
  31.    _root.o_rsr._x = -70;
  32.    _root.o_rsr._visible = true;
  33. }
  34.